home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / Tlen 6.0.1.12 pl / tleninst60112.exe / pomoc.chm / styl.css < prev    next >
Cascading Style Sheet File  |  2006-09-25  |  237b  |  23 lines

  1. body {
  2.   font: 1em/1.5 Verdana, Helvetica, sans-serif;
  3. }
  4.  
  5. p
  6. {
  7.   text-indent: 1em;
  8.   font-size: 0.8em;    
  9. }
  10.  
  11. ul, ol
  12. {
  13.   font-size: 0.8em;
  14. }
  15.  
  16. h2
  17. {
  18.   color: blue;
  19.   font-size: 1em;    
  20.   border-bottom: solid 1px black;    
  21. }
  22.  
  23.